home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk143 / vlt4.824 / testscript.scp < prev    next >
Text File  |  1995-03-19  |  1KB  |  32 lines

  1. #
  2. #   Using VLT from the Workbench: a test script
  3. #
  4. clear
  5. movecur 10 5
  6. emit "Using VLT from the Workbench."
  7. movecur 10 6
  8. emit "============================="
  9. movecur 1 8
  10. emit "This script is just a test, but it might have been a script to log you"
  11. movecur 1 9
  12. emit "on to the mainframe at work. In order to make another script like this"
  13. movecur 1 10
  14. emit "create one using an editor and replace its icon with a copy of the one"
  15. movecur 1 11
  16. emit "that you just clicked on. The script file itself may be stored on your"
  17. movecur 1 12
  18. emit "disk together with its icon, or separate from the icon in either s: or"
  19. movecur 1 13
  20. emit "rexx:. VLT will change its idea of the default directory to the drawer"
  21. movecur 1 14
  22. emit "where the icon (.info file) itself is stored. You may, of course, also"
  23. movecur 1 15
  24. emit "leave the icons out on the Workbench. This does not affect the default"
  25. movecur 1 16
  26. emit "directory. Have fun..." 
  27. movecur 1 18
  28. delay 1
  29. emit "This demo will self-destruct in 30 seconds..."
  30. delay 30
  31. exit VLT
  32.